Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix null values in older sdb, double-clicking on empty values #15

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

SzymonKaminski
Copy link
Contributor

@SzymonKaminski SzymonKaminski commented Dec 28, 2024

Noticed that import to db doesnt work for 1297 because of null values in not null area_polygon in clientmissions::MissionWaypoint and materials in dbsounddata::ReverbMaterialConstraint in another sdb.
Tried import on various versions and it worked without issues, so I didn't add default values for other types.
Copying empty values to clipboard on double click throws exception, so hyphen is copied instead.
Added GlobalTypeMapper.Reset() because otherwise importing two different sdb files would fail on create schema due to duplicated mapping for custom types.

@eXpl0it3r eXpl0it3r added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Dec 28, 2024
@Xsear Xsear merged commit 54da206 into themeldingwars:master Dec 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants